Autogenerated HTML docs for v1.7.5-128-g50d30 
diff --git a/git-rebase.html b/git-rebase.html index dca7c88..a846835 100644 --- a/git-rebase.html +++ b/git-rebase.html 
@@ -416,7 +416,7 @@  <div class="sectionbody">   <div class="verseblock">   <div class="verseblock-content"><em>git rebase</em> [-i | --interactive] [options] [--onto &lt;newbase&gt;]  - &lt;upstream&gt; [&lt;branch&gt;]  + [&lt;upstream&gt;] [&lt;branch&gt;]   <em>git rebase</em> [-i | --interactive] [options] --onto &lt;newbase&gt;   --root [&lt;branch&gt;]</div>   <div class="verseblock-attribution">  @@ -428,6 +428,11 @@  <div class="paragraph"><p>If &lt;branch&gt; is specified, <em>git rebase</em> will perform an automatic   <tt>git checkout &lt;branch&gt;</tt> before doing anything else. Otherwise   it remains on the current branch.</p></div>  +<div class="paragraph"><p>If &lt;upstream&gt; is not specified, the upstream configured in  +branch.&lt;name&gt;.remote and branch.&lt;name&gt;.merge options will be used; see  +<a href="git-config.html">git-config(1)</a> for details. If you are currently not on any  +branch or if the current branch does not have a configured upstream,  +the rebase will abort.</p></div>   <div class="paragraph"><p>All changes made by commits in the current branch but that are not   in &lt;upstream&gt; are saved to a temporary area. This is the same set   of commits that would be shown by <tt>git log &lt;upstream&gt;..HEAD</tt> (or  @@ -628,7 +633,8 @@  <dd>   <p>   Upstream branch to compare against. May be any valid commit,  - not just an existing branch name.  + not just an existing branch name. Defaults to the configured  + upstream for the current branch.   </p>   </dd>   <dt class="hdlist1">  @@ -1478,7 +1484,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2011-03-15 23:30:14 UTC  +Last updated 2011-04-28 22:25:18 UTC   </div>   </div>   </body>